Fix pull-through caching for indexes with relative urls#852
Merged
Fix pull-through caching for indexes with relative urls#852
Conversation
|
I've tested only the change in line 265 (https://community.sonatype.com/t/nexus-3-as-a-pypi-mirror-how-do-i-get-the-json-data-for-a-given-package/13448 states Nexus only supports https://peps.python.org/pep-0503/) |
jobselko
approved these changes
Jun 2, 2025
Contributor
jobselko
left a comment
There was a problem hiding this comment.
LGTM, but it would be good to add a test for it if it is easy to do so
Backport to 3.15: 💚 backport PR created✅ Backport PR branch: Backported as #859 🤖 @patchback |
patchback bot
pushed a commit
that referenced
this pull request
Jun 2, 2025
Fix pull-through caching for indexes with relative urls (cherry picked from commit ebf7b2c)
ggainey
added a commit
that referenced
this pull request
Jun 4, 2025
…788ba84a45504dc27a66b74b255900/pr-852 [PR #852/ebf7b2c0 backport][3.15] Fix pull-through caching for indexes with relative urls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes: #842
@MichelPoppema Was this the fix you tested?